home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_147
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
389b
|
17 lines
on(release){
if(hair._currentframe < hair._totalframes)
{
hair.nextFrame();
hair_main.nextFrame();
hair_main.hair.gotoAndStop(hairCol);
hair.hair.gotoAndStop(hairThumbCol);
}
else
{
hair.gotoAndStop(1);
hair_main.gotoAndStop(1);
hair_main.hair.gotoAndStop(hairCol);
hair.hair.gotoAndStop(hairThumbCol);
}
}